home *** CD-ROM | disk | FTP | other *** search
/ Champak 53 / Volume 53 - JOGO DISK .iso / Games / thefarmer.swf / scripts / frame_25 / PlaceObject2_219_165 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-10-01  |  234b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    gotoAndStop(_root.tanamanlahan2 + 1);
  3.    jenis.gotoAndStop(_root.lahan2t8);
  4.    if(_root.lahan2u8 > 0)
  5.    {
  6.       jenis.ulat._visible = 1;
  7.    }
  8.    else
  9.    {
  10.       jenis.ulat._visible = 0;
  11.    }
  12. }
  13.